[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPhexWord()
  Convert a Numeric into a Hex-Word
------------------------------------------------------------------------------

  Function:    XPhexWord()

  Syntax:      XPhexWord(n) --> cHexWord

  Arguments:   any integer number (ie. between -216-1 and +216).

  Returns:     a 4 character string representing that number in Hex.

  Usage:       XPhexWord(0) --> "0000"
               XPhexWord(26) --> "001A"
               XPhexWord(255) --> "00FF"

See Also: XPhexByte() XPhexLong()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson